home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000477_news@columbia.edu_Sun Dec 18 13:24:47 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27762
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 18 Dec 1994 21:37:03 -0500
  3. Received: by apakabar.cc.columbia.edu id AA09640
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 18 Dec 1994 21:37:02 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help! Strip high bit(MSKERMIT)
  9. Message-Id: <1994Dec18.192447.35700@cc.usu.edu>
  10. Date: 18 Dec 94 19:24:47 MDT
  11. References: <CHANG.94Dec16183135@theta.math.wsu.edu> <3cvkpa$i9d@apakabar.cc.columbia.edu>
  12. Organization: Utah State University
  13. Lines: 27
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3cvkpa$i9d@apakabar.cc.columbia.edu>, jaltman@watsun.cc.columbia.edu (Jeffrey Altman) writes:
  17. > In article <CHANG.94Dec16183135@theta.math.wsu.edu>,
  18. > Ching Mo Chang <chang@theta.math.wsu.edu> wrote:
  19. >>Did MSKERMIT has the option to set "strip high bit" off?
  20. >>
  21. >>To view chinese characters on line in an 8 bit chinese dos system, I can
  22. >>use com program like Telix with the "strip high bit" off option, but in
  23. >>MSKERMIT(3.14 b14), using the 8bit option defined in mskermit.ini, I just
  24. >>got some strange characters (same as I use Telix with "strip high bit" on).
  25. >>
  26. >>If someone can help, I'll be very appreciates.
  27. >>
  28. >>Ching-Mo
  29. > The other program must be called from with C-kermit, and then it must
  30. > the ports file handle as a parameter.  It cannot try to open the port 
  31. > directly.
  32. ----------------
  33.     In terminal emulation mode the MS-DOS Kermit command to change
  34. the high bit of bytes displayed by 8-bit terminals (assuming a parity
  35. of NONE) is
  36.     SET TERM DISPLAY {7-BIT, 8-BIT}, or alternatively
  37.     SET TERM BYTESIZE {same as above}, or alternatively
  38.     SET DISPLAY {same as above, plus file transfer screen options}
  39. These are aliases of the same command. Use SHOW TERMINAL to see the
  40. active setting.
  41.     Joe D.